--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
Commit c9c533f14198da5113f0504b2d2c83c42a285f80
Parents : df60c65
Author : Ivan <ivan@quad4.io>
Signature : Invalid signer <e46112d44649266d71fe2193e00a4710>, author is <ivan@quad4.io>
Date : 2026-06-12T20:09:50-05:00
feat(locales): update file drop hints and add support for MBTiles in multiple languages
Changes
9 files changed, 27 insertions(+), 9 deletions(-)
Diff
diff --git a/meshchatx/src/frontend/locales/de.json b/meshchatx/src/frontend/locales/de.json
index d2c0cc3c..ec43ad6e 100644
--- a/meshchatx/src/frontend/locales/de.json
+++ b/meshchatx/src/frontend/locales/de.json
@@ -1163,7 +1163,9 @@
"vector_import_failed": "Could not read vector file.",
"vector_export_ok": "Export started.",
"drop_geo_files": "Kartendatei hier ablegen",
- "drop_no_geo_files": "Keine GeoJSON-, KML- oder KMZ-Dateien erkannt."
+ "drop_map_files_hint": "GeoJSON, KML, KMZ oder MBTiles",
+ "drop_no_geo_files": "Keine GeoJSON-, KML- oder KMZ-Dateien erkannt.",
+ "drop_no_supported_files": "Keine GeoJSON-, KML-, KMZ- oder MBTiles-Dateien erkannt."
},
"interface": {
"disable": "Deaktivieren",
diff --git a/meshchatx/src/frontend/locales/en.json b/meshchatx/src/frontend/locales/en.json
index 73d4c1a4..a78fa7b7 100644
--- a/meshchatx/src/frontend/locales/en.json
+++ b/meshchatx/src/frontend/locales/en.json
@@ -1111,7 +1111,9 @@
"vector_import_failed": "Could not read vector file.",
"vector_export_ok": "Export started.",
"drop_geo_files": "Drop map file here",
- "drop_no_geo_files": "No GeoJSON, KML, or KMZ files detected."
+ "drop_map_files_hint": "GeoJSON, KML, KMZ, or MBTiles",
+ "drop_no_geo_files": "No GeoJSON, KML, or KMZ files detected.",
+ "drop_no_supported_files": "No GeoJSON, KML, KMZ, or MBTiles files detected."
},
"interface": {
"disable": "Disable",
diff --git a/meshchatx/src/frontend/locales/es.json b/meshchatx/src/frontend/locales/es.json
index fa14e1d6..33b42927 100644
--- a/meshchatx/src/frontend/locales/es.json
+++ b/meshchatx/src/frontend/locales/es.json
@@ -1111,7 +1111,9 @@
"vector_import_failed": "Could not read vector file.",
"vector_export_ok": "Export started.",
"drop_geo_files": "Suelta el archivo del mapa aquí",
- "drop_no_geo_files": "No se detectaron archivos GeoJSON, KML o KMZ."
+ "drop_map_files_hint": "GeoJSON, KML, KMZ o MBTiles",
+ "drop_no_geo_files": "No se detectaron archivos GeoJSON, KML o KMZ.",
+ "drop_no_supported_files": "No se detectaron archivos GeoJSON, KML, KMZ o MBTiles."
},
"interface": {
"disable": "Inhabilitación",
diff --git a/meshchatx/src/frontend/locales/fi.json b/meshchatx/src/frontend/locales/fi.json
index c40eac5d..b76e5d35 100644
--- a/meshchatx/src/frontend/locales/fi.json
+++ b/meshchatx/src/frontend/locales/fi.json
@@ -1111,7 +1111,9 @@
"vector_import_failed": "Vektoritiedoston lukeminen epäonnistui.",
"vector_export_ok": "Vienti aloitettu.",
"drop_geo_files": "Pudota karttatiedosto tähän",
- "drop_no_geo_files": "GeoJSON, KML, tai KMZ -tiedostoa ei havaittu."
+ "drop_map_files_hint": "GeoJSON, KML, KMZ tai MBTiles",
+ "drop_no_geo_files": "GeoJSON, KML, tai KMZ -tiedostoa ei havaittu.",
+ "drop_no_supported_files": "GeoJSON-, KML-, KMZ- tai MBTiles-tiedostoa ei havaittu."
},
"interface": {
"disable": "Disable",
diff --git a/meshchatx/src/frontend/locales/fr.json b/meshchatx/src/frontend/locales/fr.json
index fa41a45c..845d5d89 100644
--- a/meshchatx/src/frontend/locales/fr.json
+++ b/meshchatx/src/frontend/locales/fr.json
@@ -1111,7 +1111,9 @@
"vector_import_failed": "Could not read vector file.",
"vector_export_ok": "Export started.",
"drop_geo_files": "Déposez le fichier carte ici",
- "drop_no_geo_files": "Aucun fichier GeoJSON, KML ou KMZ détecté."
+ "drop_map_files_hint": "GeoJSON, KML, KMZ ou MBTiles",
+ "drop_no_geo_files": "Aucun fichier GeoJSON, KML ou KMZ détecté.",
+ "drop_no_supported_files": "Aucun fichier GeoJSON, KML, KMZ ou MBTiles détecté."
},
"interface": {
"disable": "Désactiver",
diff --git a/meshchatx/src/frontend/locales/it.json b/meshchatx/src/frontend/locales/it.json
index 7152afff..296c436c 100644
--- a/meshchatx/src/frontend/locales/it.json
+++ b/meshchatx/src/frontend/locales/it.json
@@ -1163,7 +1163,9 @@
"vector_import_failed": "Could not read vector file.",
"vector_export_ok": "Export started.",
"drop_geo_files": "Rilascia il file della mappa qui",
- "drop_no_geo_files": "Nessun file GeoJSON, KML o KMZ rilevato."
+ "drop_map_files_hint": "GeoJSON, KML, KMZ o MBTiles",
+ "drop_no_geo_files": "Nessun file GeoJSON, KML o KMZ rilevato.",
+ "drop_no_supported_files": "Nessun file GeoJSON, KML, KMZ o MBTiles rilevato."
},
"interface": {
"disable": "Disabilita",
diff --git a/meshchatx/src/frontend/locales/nl.json b/meshchatx/src/frontend/locales/nl.json
index d58030bb..d9c3f10f 100644
--- a/meshchatx/src/frontend/locales/nl.json
+++ b/meshchatx/src/frontend/locales/nl.json
@@ -1111,7 +1111,9 @@
"vector_import_failed": "Could not read vector file.",
"vector_export_ok": "Export started.",
"drop_geo_files": "Sleep kaartbestand hierheen",
- "drop_no_geo_files": "Geen GeoJSON-, KML- of KMZ-bestanden gedetecteerd."
+ "drop_map_files_hint": "GeoJSON, KML, KMZ of MBTiles",
+ "drop_no_geo_files": "Geen GeoJSON-, KML- of KMZ-bestanden gedetecteerd.",
+ "drop_no_supported_files": "Geen GeoJSON-, KML-, KMZ- of MBTiles-bestanden gedetecteerd."
},
"interface": {
"disable": "Uitschakelen",
diff --git a/meshchatx/src/frontend/locales/ru.json b/meshchatx/src/frontend/locales/ru.json
index 3d216384..c1432e7d 100644
--- a/meshchatx/src/frontend/locales/ru.json
+++ b/meshchatx/src/frontend/locales/ru.json
@@ -1163,7 +1163,9 @@
"vector_import_failed": "Could not read vector file.",
"vector_export_ok": "Export started.",
"drop_geo_files": "Перетащите файл карты сюда",
- "drop_no_geo_files": "Не обнаружено файлов GeoJSON, KML или KMZ."
+ "drop_map_files_hint": "GeoJSON, KML, KMZ или MBTiles",
+ "drop_no_geo_files": "Не обнаружено файлов GeoJSON, KML или KMZ.",
+ "drop_no_supported_files": "Не обнаружено файлов GeoJSON, KML, KMZ или MBTiles."
},
"interface": {
"disable": "Выключить",
diff --git a/meshchatx/src/frontend/locales/zh.json b/meshchatx/src/frontend/locales/zh.json
index d6abe1f5..ed78534b 100644
--- a/meshchatx/src/frontend/locales/zh.json
+++ b/meshchatx/src/frontend/locales/zh.json
@@ -1111,7 +1111,9 @@
"vector_import_failed": "Could not read vector file.",
"vector_export_ok": "Export started.",
"drop_geo_files": "将地图文件拖放到此处",
- "drop_no_geo_files": "未检测到 GeoJSON、KML 或 KMZ 文件。"
+ "drop_map_files_hint": "GeoJSON、KML、KMZ 或 MBTiles",
+ "drop_no_geo_files": "未检测到 GeoJSON、KML 或 KMZ 文件。",
+ "drop_no_supported_files": "未检测到 GeoJSON、KML、KMZ 或 MBTiles 文件。"
},
"interface": {
"disable": "禁用",
──────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────